home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / TokenAxcess / TokenAxcess Demo / TokenAxcess Demo / card_77060.txt < prev    next >
Text File  |  1992-09-20  |  985b  |  52 lines

  1. -- card: 77060 from stack: in
  2. -- bmap block id: 79702
  3. -- flags: 0000
  4. -- background id: 77020
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menubar
  10. end openStack
  11.  
  12.  
  13. -- part 4 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=478 top=299 right=329 bottom=512
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 27009 / 27009
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   play "click"
  28.   visual effect wipe right
  29.   go next
  30. end mouseUp
  31.  
  32.  
  33.  
  34.  
  35. -- part 7 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=459 top=245 right=281 bottom=499
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 20098 / 20098
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: New Button
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   go to stack "Home"
  50. end mouseUp
  51.  
  52.